kiburualex / django2exe

A wrapper to be able to run a django application as a windows dekstop application using pyqt and cefpython
34 stars 11 forks source link

Plans to Python 3.4+ support ? #2

Open eamigo86 opened 6 years ago

kiburualex commented 6 years ago

@eamigo86 Support coming soon. In process of the update.

mshvern commented 6 years ago

@eamigo86 Support coming soon. In process of the update.

That would be awesome. I just found this tool and it would be of great help for my pet project I'm currently in the middle of (and it uses python 3.7 + the latest Django)

mohsinmdl commented 6 years ago

i found it very useful please make it for python 3.7 + also

adkmmm commented 5 years ago

@kiburualex Hi, do you have any updates yet?

kiburualex commented 5 years ago

Hi @adkmmm, will push updates by 31st.Thank you for the reminder.

akaone commented 5 years ago

@kiburualex any updates, this would be greatly appreciated

vigneshhari commented 5 years ago

I made some small changes to make it compatible with python3.7 All i had to do was install python3.7 on windows, Then install PyQt4,PyQt5,Cefpython on my local python 3.7 installation and then copy the python3 installation folder into the python2 portable version and replace the files or by changing the environment variables provided. I don't know what all features it will break but so far it seems to be working. Not Recommended but works as a hack

bash20cu commented 5 years ago

Hi, planing update already ?

Porcupine1 commented 3 years ago

@kiburualex Still waiting for the updates please

Porcupine1 commented 3 years ago

I made some small changes to make it compatible with python3.7 All i had to do was install python3.7 on windows, Then install PyQt4,PyQt5,Cefpython on my local python 3.7 installation and then copy the python3 installation folder into the python2 portable version and replace the files or by changing the environment variables provided. I don't know what all features it will break but so far it seems to be working. Not Recommended but works as a hack

@vigneshhari How did you edit the environment variables?

vigneshhari commented 3 years ago

@Porcupine1 use a separate hardcoded settings file or export the values into the windows path before executing the file.

Porcupine1 commented 3 years ago

@vigneshhari What about changing the python files to use python 3.9 instead of python 2.7. I still don't understand it. Can make a list of steps on how to go about the entire process of making it compatible with python 3.9. Thanks!

vidi114 commented 3 years ago

Hey everyone, I m new in django and i want to make executable of my django project. can anyone pls share django2exe 3.7 support code or process

vidi114 commented 3 years ago

@eamigo86 Support coming soon. In process of the update.

That would be awesome. I just found this tool and it would be of great help for my pet project I'm currently in the middle of (and it uses python 3.7 + the latest Django)

Hi @adkmmm, will push updates by 31st.Thank you for the reminder.

hello sir can you please provide us django2exe 3.7 support?