Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

Can't start Python 3.6.0.0 #221

Closed
the-veloper opened this issue Feb 23, 2017 · 12 comments
Closed

Can't start Python 3.6.0.0 #221

the-veloper opened this issue Feb 23, 2017 · 12 comments

Comments

@the-veloper
Copy link

Installed Neard 1.0.22 on Windows 10 x64. Then downloaded Python 3.6.0.0 and configured pythonVersion = "3.6.0.0" .

Trying to start Python gives the following error:

TCC: Unknown command "" "E:\Portable\Neard\tools\python\python3.6.0.0python3.6.0\python-3.6.0b3\python.exe"

Here are the tmp.zip and logs.zip:
https://www.sendspace.com/filegroup/ourxCkt4M5Jtor0U1kZ6cQ

Screenshot:
http://imgur.com/7hsU8qo

@crazy-max
Copy link
Member

Hi @the-veloper,

Seems to be a problem with the version string in the main neard.conf file.
Can you post these files here plz :

  • E:\Portable\Neard\neard.conf
  • E:\Portable\Neard\tools\python\python3.6.0.0\neard.conf

Thanks for your feedback!

@the-veloper
Copy link
Author

Thank you for the fast reply @crazy-max, great work on the project!

Here are the files as requested:
http://pastebin.com/XnCPhXgv
http://pastebin.com/yhS0SwuP

@crazy-max
Copy link
Member

Ok can you go to the issue #222 and replace this file E:\Portable\Neard\tools\python\python3.6.0.0\neard.conf with the fixed content ?

Then tell me if it works.
Thanks for your support.

@the-veloper
Copy link
Author

the-veloper commented Feb 23, 2017

Now I have this error:
http://imgur.com/3xt4LvJ

And I still have a second 3.6.0.0 folder like before:
http://imgur.com/xKvC0sj

@crazy-max
Copy link
Member

Hum where the folder python3.6.0.0python3.6.0 comes from ?
What is inside this folder ?

@the-veloper
Copy link
Author

Every time I try to run Python from Neard, this folder is created.
I have tried to delete it but it spawns again.

Here is the structure:

E:\Portable\Neard\tools\python\python3.6.0.0python3.6.0>tree /f
E:.
└───settings
│ winpython.ini

└───.spyder-py3
workingdir

@crazy-max
Copy link
Member

Ok i'm able to reproduce your issue.
I will find a fix asap.

Thanks for your support!

@the-veloper
Copy link
Author

Thank you for your time.
I will wait for updates.

BTW: The fix from #222 fixed my index.php that comes with this version of Neard. Before the fix I could not see all the features, because the index crashed when it got to the Python part.

@crazy-max
Copy link
Member

Seems to be a bug on the env.bat of WinPython.

Open the file E:\Portable\Neard\tools\python\python3.6.0.0\scripts\env.bat and replace this :

@echo off
set WINPYDIRBASE=%~dp0..
rem get a normalize path
CALL :NORMALIZEPATH "%WINPYDIRBASE%"
set WINPYDIRBASE=%RETVAL%
set RETVAL=

By

@echo off
set WINPYDIRBASETMP=%~dp0..
pushd %WINPYDIRBASETMP%
set WINPYDIRBASE=%CD%
popd

And tell me if it works for you

@the-veloper
Copy link
Author

It works!

Thank you @crazy-max.

BTW: I am impatient to see how this project grows even bigger with other useful tools. I would propose integrating http://strawberryperl.com/releases.html .

Have a great day.

@crazy-max
Copy link
Member

Ok great and yes Perl is already in the pipeline (issue #155) ;)

@crazy-max crazy-max added this to the neard-tool-python-r3 milestone Mar 1, 2017
crazy-max pushed a commit to neard/module-python that referenced this issue Mar 2, 2017
@crazy-max
Copy link
Member

Available here : http://neard.io/tools/python/#releases

crazy-max added a commit to neard/module-python that referenced this issue Nov 27, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

2 participants