Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

documentation: how to run without pip install ( development mode ) #996

Closed
trabitboy opened this issue Jan 26, 2017 · 3 comments
Closed

Comments

@trabitboy
Copy link

trabitboy commented Jan 26, 2017

I am trying to currently test python-for-android under cygwin.
I could get relatively far ( I do android sdk + ndk on this environment for a couple of years ),
however the default " c compiler path composition" fails on this setup.

To try to patch it in build.py, I uninstalled the repo version and tried to run the build chain with setup.py,
but still , I don't get how to run the checkout of the git repo without packaging it ?
( I wrote quite a bit of python but am completely lost regarding packaging )

Of course, I read the docs :)

@KeyWeeUsr
Copy link
Contributor

Afaik, cygwin, or basically any Windows-only support isn't available. Only with Ubuntu/Win10 subsystem. Then there's #994 which should work, but has some bugs related to the final app.

@trabitboy
Copy link
Author

ok, thanks for the pointer . I know it is not supported , but I am not afraid to mess around.

My question was more : when you test the build chain ( as a python script that has dependency on modules )
How do you run it ? What is the normal "testing" workflow ?

@inclement
Copy link
Member

Sorry for the delay replying to this, I somehow missed the issue entirely. I'm not sure what you're asking though, what are you trying to do?

We're unlikely to support windows directly in the near future, but matham did a PR (#994) that seems to make p4a work there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants