[google-appengine] dev_appserver Python3 Windows support plans?

2022-08-09 Thread Jay Wolberg
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/047fca9c-26c0-45ff-b846-8b8e5f816012n%40googlegroups.com.


[google-appengine] Re: Error When Deploy to App Engine

2020-09-14 Thread Jay Wolberg
Can't see what command you used by try including " --version=1" in it. The 
documentation says it is optional but I couldn't deploy until I included it 
and I noticed that "Version" in your screenshot is blank.

On Monday, September 14, 2020 at 6:32:56 AM UTC-7 dimasbayu...@gmail.com 
wrote:

> How to deploy to app engine i always get erorr 
> [image: error gcp.PNG][image: error gcp2.PNG]
>

-- 
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/546149f0-f4b0-4995-b90f-1cd01e77e066n%40googlegroups.com.