Hi bwoodsend,
Finally after all, it work. I have a new fresh windows install, without a 
"é" space, upper case name user.  i can run auto-py-to-exe. they work well, 
went i convert in a terminal mode, but when i convert to a "window Bases"  
they have a error message. 
See picture below.
i have try whit another's python programme i made for testing and learning 
and the same error appear. I have made some search but find nothing with 
auto-py-to-exe, all with pyinstaller using on terminal but they look to 
have the same issue. 
All the library of python are up to date,  i use python 3.6 on the 
terminal, but with my ide(PyCharm) i have 3.9, 3.7 and 3.6 depend on what 
project i work. Because they have some library who dosen't work on 3.9 and 
3.7. 
[image: fist warning.png][image: second warning.png]

[image: third warning.png]
Thank!

Le jeudi 11 mars 2021 à 14 h 58 min 18 s UTC-5, Mélissa Ch. a écrit :

> Hi bwoodsend,
> Ok for pip, i wil do this in the future. Thank for the tip! 
>
> For the venv, yes i have see they use the original library package. I have 
> de-installed python and ré-installed in my other disck, but the same error 
> get out. I have  try whit a new user(admin) and the same problem come. I 
> have erase the user Mélissa (but fogot to save all my web link and i don't 
> syncronise my acount, so it lost) and try it, but alway's the same error.
> So i have decide to bring back my computer to the place i have buy it, 
> they will install Windows like a fresh new installation and whitout a user 
> name whit a é, upper case, or space...  (hope this will work a last). So 
> when i wil receive it, i will re- install all's my programmes and Ide in my 
> second drive. To be sûre nothing pass via the C:\ drive and Windows, and 
> re-try again. 
>
> I will let you know the result soon. I suppose to receive it fryday or 
> thusday plus the time to re-install all the stuff. It may have a little 
> delais.
> Thank a lot!
>
> Le mercredi 10 mars 2021 à 07 h 37 min 42 s UTC-5, bwoodsend a écrit :
>
>> pip install --upgrade pip needs to be python -m pip install --upgrade pip 
>> on Windows. Otherwise the little pip.exe has to overwrite itself whilst 
>> it’s still running which Windows won’t allow. Using python -m pip 
>> however doesn’t use the pip.exe file.
>>
>> Traceback (most recent call last):
>>
>>   File 
>> "C:\Users\Mélissa\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 
>> 197, in _run_module_as_main
>>     return _run_code(code, main_globals, None,
>>   File 
>> "C:\Users\Mélissa\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 
>> 87, in _run_code
>>     exec(code, run_globals)
>>   File "E:\test virtual env\testing\Scripts\auto-py-to-exe.exe\__main__.py", 
>> line 7, in <module>
>>   File "e:\test virtual 
>> env\testing\lib\site-packages\auto_py_to_exe\__main__.py", line 99, in run
>>     start_ui(logging_level)
>>
>> I forgot that a venv still uses the original standard library packages so 
>> will still have the é problem there. In which case, venv is probably not 
>> enough. Uninstalling and reinstalling Python might be your only option. Bet 
>> even that might not do it because it could use paths from the TMP or 
>> USERPROFILE environment variables. I guess you could try running as 
>> admin. Or creating a new login. 
>>
>> Ideally the traceback would be more helpful. You could try adding some 
>> print statements in e:\test virtual 
>> env\testing\lib\site-packages\gevent\threadpool.py to find out exactly 
>> which filename it's not happy with.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/fcf9e841-a8e1-4ac5-a83d-7b80e2bf764cn%40googlegroups.com.

Reply via email to