Python Forum

Full Version: Diferentes Versões do Python em um mesmo Projeto
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
ola, sou iniciante em Python e estou com um problema, estou usando a versão 3.4 para desenvolver a interface, mas preciso utilizar uma biblioteca que só esta disponível em Python 3.6, alguém poderia me dizer se tem como fazer uma conversão de código ou usar versões diferentes em um mesmo projeto? TY
While people of all nationalities are welcome here, the language used in the Forum is English.
Please make your best effort to translate your question (and thread title). It doesn't need to be perfect English, just understandable.
If there is only a version for python 3 (which you should use), to convert to python 2.7 would be a manual operation.
Differences between 3.6 and 3.4 are not great and should be relatively easy to convert.

I'd install, try to run and fix error as encountered
Hi, I'm a beginner in Python and I'm having a version problem.
For creating the interface of a desktop cryptomedical library I am using version 3.4 (Gtk + Glade), however the library of academic Cryptotomes can only be used in Python 3.6, could anyone tell me how to do a code conversion or use different versions of Python in a project?