Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Python 3.4 (32bit), Windows7 (64bit), Kivi 1.9.0-py3.4-win32-x86
- I) As I understood the steps from ['http://kivy.org/docs/installation/installation-windows.html#use-development-kivy']
- 1. Download and install Kivy for Windows as explained above
- I have the "Kivy-1.9.0-py3.4-win32-x86.exe" extracted in a folder [A]
- 2. Go into the portable Kivy directory. This contains the kivy.bat file and the Python, kivy, Mingw folders etc.
- That is folder [A]
- 3. Rename the kivy directory to kivy.stable
- There is directory [kivy34] so renamed it as backup so in [A] i have
- [kivy34-original]
- 4. Download the latest development version of Kivy from GitHub
- I didn''t used the link from the website : ['https://github.com/kivy/kivy/archive/master.zip']
- I downloaded the zip file from : ['https://github.com/kivy/kivy']
- Extracted to [kivy34_git] directory
- 5. Extract the zip into the Kivy portable directory
- Renamed folder [kivy34_git] into [kivy34]
- 6. Rename the directory named “kivy-<some hash>” to just “kivy”
- Didn''t do this step as the directory was named [kivy34] in the first place
- 7. Launch kivy.bat
- Launched [kivy-3.4.bat] from the [A] directory
- 8. Go to the Kivy portable directory/kivy
- Went to the [kivy34] directory in [A]
- Type:
- > make force
- Typed it and waited
- 9. That’s all, you have a latest development version!
- Followed the next steps.
- II) How to create the package from ['http://kivy.org/docs/guide/packaging-windows.html']
- 1) created new directory in [A] named [TouchApp]
- 2) started [kivy-3.4.bat] in it
- 3) runned
- $ \TouchApp>pyinstaller --name touchtracer ..\kivy34\examples\demo\touchtracer\main.py
- 4) edited the (.spec) file as follows: ['http://pastebin.com/YKYVgLX4']
- 5) runned in [kivy-3.4.bat] enviroment
- $ >pyinstaller touchtracer.spec
- 6) The "get_hooks" error is gone.
- but the [build/touchtracer/warntouchtracer.txt] has a lot of missing modules: http://pastebin.com/yDEhEVbF
- 7) When I run the exe file I get the RoundRectangle problem
- http://pastebin.com/GgNu5xLM
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement