Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
97 user(s) are online (59 user(s) are browsing Forums)

Members: 0
Guests: 97

more...

Headlines

 
  Register To Post  

PYTHONPATH not working as intended on OS4
Quite a regular
Quite a regular


See User information
RAM:test.py:
import runpy

if __name__ == "__main__":
    print 
"Hello"


Ensure there is no value set for PYTHONPATH at the moment:
getenv PYTHONPATH
# should result in nothing


Execute the script:
python test.py
# "Hello"


Set PYTHONPATH:
setenv PYTHONPATH workbench:
# or any location


Ensure that it has been set:
getenv PYTHONPATH
# workbench:


Execute the script:
python test.py
'import site' failed; use -for traceback
Traceback 
(most recent call last):
  
File "test.py"line 1in <module>
    
import runpy
ImportError
No module named runpy


Try also in "sh" - the same issue.

I report this because on OS4Depot it is version 2.4.1, but somehow I have 2.5.6 and I cannot remember where I got that from. I am not sure if 2.5.6 was meant to be more mature than 2.4.1 or whether this is a known issue.

PYTHONPATH is meant to extend - not replace - the searchables.

If liberty means anything at all, it means the right to tell people what they do not want to hear.
George Orwell.
Go to top
Re: PYTHONPATH not working as intended on OS4
Home away from home
Home away from home


See User information
@rjd324

That might be the problem i'm getting with most (if not all) of python scripts...

How did you work around it?
Remove PYTHONPATH completely?

People are dying.
Entire ecosystems are collapsing.
We are in the beginning of a mass extinction.
And all you can talk about is money and fairytales of eternal economic growth.
How dare you!
– Greta Thunberg
Go to top
Re: PYTHONPATH not working as intended on OS4
Quite a regular
Quite a regular


See User information
I noticed it when invoking a "configure". In the configure it runs a python script and sets PYTHONPATH - now, the native modules installed in Workbench are not visable.

I am working on the configure script now, but I would guess it is going to have to be a hack to also add the native OS4 modules path - as well as - the additional path wanted by the configure script.

If liberty means anything at all, it means the right to tell people what they do not want to hear.
George Orwell.
Go to top
Re: PYTHONPATH not working as intended on OS4
Quite a regular
Quite a regular


See User information
Since there is no github location, I cannot report an official bug.

If liberty means anything at all, it means the right to tell people what they do not want to hear.
George Orwell.
Go to top
Re: PYTHONPATH not working as intended on OS4
Home away from home
Home away from home


See User information
@rjd324

I have this
Quote:
SYS:System/Python/Lib
in my PYTHONPATH ENVvar.

Trying to get rid of it and see if the python scripts behave again

People are dying.
Entire ecosystems are collapsing.
We are in the beginning of a mass extinction.
And all you can talk about is money and fairytales of eternal economic growth.
How dare you!
– Greta Thunberg
Go to top
Re: PYTHONPATH not working as intended on OS4
Home away from home
Home away from home


See User information
@rjd324

...and yes it does

flawfinder running fine now

Thanks a lot for the hint...

...and now that you mention it, i had a similar problem with PKG_PATH (or something like that), it refused to find perfectly available .pc files while configuring...after the updated SDK was installed, i removed everything SDK related from ENVARC first and the PKG_PATH var wasn't created and i haven't had a hit since...


Seems there is something wrong with adding pathes from envvars?

People are dying.
Entire ecosystems are collapsing.
We are in the beginning of a mass extinction.
And all you can talk about is money and fairytales of eternal economic growth.
How dare you!
– Greta Thunberg
Go to top
Re: PYTHONPATH not working as intended on OS4
Quite a regular
Quite a regular


See User information
Great news.

At least we know of that bug. Manipulation of PYTHONPATH (and friends) is quite common for PY stuff; even I know that I am by far an expert in PY.

If we had access to the source code for PY2.5.6 we could perhaps have a look and fix it - versus: porting PY from scratch when someone has clearly already done most of the hard work.

If liberty means anything at all, it means the right to tell people what they do not want to hear.
George Orwell.
Go to top
Re: PYTHONPATH not working as intended on OS4
Quite a regular
Quite a regular


See User information
For the sake of completeness and history:

See also: https://www.amigans.net/modules/newbb/viewtopic.php?topic_id=4187

If liberty means anything at all, it means the right to tell people what they do not want to hear.
George Orwell.
Go to top

  Register To Post

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project