pcloudpy
pcloudpy copied to clipboard
How to install pcloudpy?
Could you please give some introduction about how to install pcloudpy and the requirements?
@aboutyy You could use python setup.py install
to install pcloudpy.
I've modified the code to Python 3 version (just some minor syntax changes) and tried to install it. There are a problem in the __init__.py
file, in which the gui
module cannot find the app
module. I guess it's due to the relative path problem between the modules and I'm still trying to solve it.
I’ve just tested on python 2.7. So I cannot give you comments about it. Sorry
El 29 nov 2017, a las 11:14, Hian-Kun Tenn [email protected] escribió:
@aboutyy You could use python setup.py install to install pcloudpy.
I've modified the code to Python 3 version (just some minor syntax changes) and tried to install it. There are a problem in the init.py file, in which the gui module cannot find the app module. I guess it's due to the relative path problem between the modules and I'm still trying to solve it.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
It's okay. I'd try to solve it. :-)
I have to apologize for my bragging comment. After tried to install the original program in Python 2.7 environment, I found its dependencies are far more than I expected.
Although I finally managed to install all the dependencies and run the main.py, but the process let me know that my skill level is not yet sufficient to modified the project into Python 3.x compatible. @@