, line 1327, in _execute_child
raise child_exception
OSError: [Errno 13] Permission denied
This error is also reproducible using sudo.
Please advise how to fix it.
Thanks in advance.
Best regards
2017-10-28 14:33 GMT+02:00 David Gabriel :
> I forget to precise that I am using pycharm.
I forget to precise that I am using pycharm.
And this issue is reproducible also using command line to run the code.
Best regards
2017-10-28 14:31 GMT+02:00 David Gabriel :
> Thanks so Lutz much for your reply.
> I am using python2.7 and I am running this code in an Openstack instance.
&g
Thanks so Lutz much for your reply.
I am using python2.7 and I am running this code in an Openstack instance.
I will apply your recommandation and let you know about the result ...
Kind regards.
2017-10-27 16:13 GMT+02:00 Lutz Horn :
> On Fri, Oct 27, 2017 at 03:56:39PM +0200, David Gabr
Dears,
I am running a python code that generates for me this error :
from packaging import version as pack_version
ImportError: No module named packaging
I googled it and I have found so many suggestions regarding updating 'pip'
and installing python-setuptools but all of these did not fix this
x27;)
Please advise me how to fix this issue.
Kind regards.
2016-01-18 12:03 GMT+01:00 David Gabriel :
> Dears,
>
> I have an issue when I use eventlet Api to create parallel threads.
> In fact, when I run the below code, only the program dealing with the
> synchronozation with
unt < 5:
count += 1
print "%s: %s" % (ThreadName, time.ctime(time.time()) )
eventlet.sleep(delay)
print 'Before call threads'
evt1 = eventlet.spawn(mainOfSyncrepl, "Thread-1",)
evt2 = eventlet.spawn(print_time, "Thread-2",)
e