[google-appengine] Re: dev_appserver Python3 Windows support plans?

2022-08-11 Thread 'Andres Fiesco Casasola' via Google App Engine


At the moment, there is no support for dev_appserver. You can use the 
following link [1] to create a feature request. 

[1]:https://cloud.google.com/support/docs/issue-trackers


On Tuesday, August 9, 2022 at 4:55:22 PM UTC-5 jmwo...@gmail.com wrote:

> I have a bunch of Python27 App Engine apps that I have been wanting to 
> upgrade to Python3.
>
> But my development environment is on Windows, and dev_appserver is not 
> supported for Python3 even though P27 was sunset years ago. This makes it 
> extremely painful to re-write and test all the necessary modules, 
> datastore, memcache, authentication, etc. 
>
> Is there a planned support for this?
>
> Windows 10
> gcloud SDK 394.0.0
> app-engine-python 1.9.100
> app-engine-python-extras 1.9.96
> beta 2022.07.19
> bq 2.0.75
> cloud-datastore-emulator 2.2.1
> core 2022.07.19
> gsutil 5.11
>
> GCLOUD COMMAND:
> dev_appserver.py 
> --runtime_python_path="python27=C:\Python27\python,python38=C:\Python38\python"
>  
> C:\Users\*\workspace\* --port=8080
>
> ERROR:
> server2\python\instance_factory.py", line 335, in _RunPipInstall
> pip_proc = subprocess.Popen(pip_cmd, stdout=pip_out, env=pip_env)
>   File "C:\Python27\lib\subprocess.py", line 390, in __init__
> errread, errwrite)
>   File "C:\Python27\lib\subprocess.py", line 640, in _execute_child
> startupinfo)
> WindowsError: [Error 2] The system cannot find the file specified
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/4441c33d-bac1-41e2-a0bb-d84a86f4a9f4n%40googlegroups.com.


[google-appengine] Re: dev_appserver Python3 Windows support plans?

2022-08-11 Thread 'Andres Fiesco Casasola' via Google App Engine


At the moment, there is no support for dev_appserver. You can use the 
following link [1] to create a feature request. 

[1]:https://issuetracker.google.com/issues

On Tuesday, August 9, 2022 at 4:55:22 PM UTC-5 jmwo...@gmail.com wrote:

> I have a bunch of Python27 App Engine apps that I have been wanting to 
> upgrade to Python3.
>
> But my development environment is on Windows, and dev_appserver is not 
> supported for Python3 even though P27 was sunset years ago. This makes it 
> extremely painful to re-write and test all the necessary modules, 
> datastore, memcache, authentication, etc. 
>
> Is there a planned support for this?
>
> Windows 10
> gcloud SDK 394.0.0
> app-engine-python 1.9.100
> app-engine-python-extras 1.9.96
> beta 2022.07.19
> bq 2.0.75
> cloud-datastore-emulator 2.2.1
> core 2022.07.19
> gsutil 5.11
>
> GCLOUD COMMAND:
> dev_appserver.py 
> --runtime_python_path="python27=C:\Python27\python,python38=C:\Python38\python"
>  
> C:\Users\*\workspace\* --port=8080
>
> ERROR:
> server2\python\instance_factory.py", line 335, in _RunPipInstall
> pip_proc = subprocess.Popen(pip_cmd, stdout=pip_out, env=pip_env)
>   File "C:\Python27\lib\subprocess.py", line 390, in __init__
> errread, errwrite)
>   File "C:\Python27\lib\subprocess.py", line 640, in _execute_child
> startupinfo)
> WindowsError: [Error 2] The system cannot find the file specified
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d5c27d77-24b2-47fe-a003-ca2c018063bcn%40googlegroups.com.