zionhigt / android-python27

Automatically exported from code.google.com/p/android-python27
0 stars 0 forks source link

cannot load library #27

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Compiling my Qt with PyDroid template

What is the expected output? What do you see instead?
A functional example of PyQT on Android

What version of the product are you using? On what operating system?
Windows 7 - Android 4.03

Please provide any additional information below.

Copied over Python Extras and Python_27 from python_build_with_qt/binaries

Original issue reported on code.google.com by wizardin...@gmail.com on 2 May 2013 at 8:22

Attachments:

GoogleCodeExporter commented 8 years ago
I used the zip file you can find in the example apk and it worked.
This zip file is a bit different in the tree strcuture and contains both python 
and PyQt

Original comment by charon...@gmail.com on 5 May 2013 at 5:21

GoogleCodeExporter commented 8 years ago
Since you are using windows you would have to modify all the file paths in the 
MakeFiles to accommodate the windows conventions so that when the shared 
libraries are linked they are linked properly. This is the cause of your error. 
Please fix that and if the problem persists do not hesitate to get back to us.

Best Regards

Original comment by tarek.sh...@gmail.com on 10 Aug 2013 at 4:37