Re: Running 2.7 python project with python 3.7

2020-02-13 Thread Luka Nik
Thank you very much. Yeah, I overlooked that this is only django. My bad Luka On Thu, Feb 13, 2020 at 11:04 AM Kasper Laudrup wrote: > Hi Luka, > > On 13/02/2020 10.53, Luka Nik wrote: > > Is there a way to run a project with python 3.7 if it's written with > > python 2.7? > > And what are my

Re: Running 2.7 python project with python 3.7

2020-02-13 Thread Kasper Laudrup
Hi Luka, On 13/02/2020 10.53, Luka Nik wrote: Is there a way to run a project with python 3.7 if it's written with python 2.7? And what are my options if not? The short answer is "it depends", the longer answer depends on you providing some more details, especially which kind of project

Re: Running 2.7 python project with python 3.7

2020-02-13 Thread Nick Sarbicki
There is no natural reason as to why the project wouldn't run in python 3.7 unless you have written it in a way that is incompatible with 3.7 I would suggest simply trying to run it in python3.7 and seeing if you have any errors. Do you have a test suite with high coverage? Run that in 3.7 - it

Running 2.7 python project with python 3.7

2020-02-13 Thread Luka Nik
Is there a way to run a project with python 3.7 if it's written with python 2.7? And what are my options if not? Cheers, Luka -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send