Python Forum
Diferentes Versões do Python em um mesmo Projeto
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Diferentes Versões do Python em um mesmo Projeto
#1
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
Reply
#2
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.
Reply
#3
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
Reply
#4
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?
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020