python - 在可移植 python 上安装 kivy

标签 python portability kivy

我正在尝试使用此安装程序在我的可移植 python 中安装 kivy: http://www.lfd.uci.edu/~gohlke/pythonlibs/#kivy (它是kivy的预编译版本)

执行文件时,它说“需要 Python 2.7 版本”,但由于我使用的 python 版本是可移植的,我想这是正常的。

所以我的问题是,是否有在可移植 python 中安装预编译包的解决方法?通过某种方式注册可移植 python 安装?

更多(可能是必需的)信息:

My guess would be registering portable python in the system (Windows 7 64), but I already tried by changing the "path" enviroiment variable to point all the required python paths without success.

I cant use the kivy modules to install it by compiling it on my computer because its too hard for me,(cython wont work, or then another of the 7 different modules will give me problems, untill i destroy my python installation. I already destroyed my previous python installation while doing so, and had to reinstall windows to get python working again -_-

Thats why I want to migrate into portable python, but if this is not possible I will just go back to normal python and install kivy on it...

最佳答案

Windows 上的 Kivy 包包括一个安装了 Kivy 的可移植 python 安装。

关于python - 在可移植 python 上安装 kivy,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17635117/

相关文章:

python - 添加具有货币格式的变量以及搜索列表的最佳解决方案

python - 递归地将立方体分解为 8 个更小的立方体(当立方体由中点和大小定义时)

python - 嵌套循环 Python

c++ - 独立于共享库的 linux 二进制文件

python - Kivy多屏管理

ios - 运行工具链时出现 "xcrun: error: SDK "iphonesimulator“无法定位”

python - python中isinstance的issubclass等价物是什么?

c++ - C++ 的可移植字节流接口(interface)

C++ : Writing doubles in a file with more precision than default

java - 使用 pygtk 进行 Android 应用程序开发