On 5/26/2023 8:30 PM, giuseppacef...@gmail.com wrote:
I have reinstalled python which reinstalls pip. I have added the
path:'C:\sers\Giuseppa\AppData\Local\Packages\PythonSoftwareFoundation.Pytho
n.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\Scripts and still
get the error below. Coul
On 2023-05-27 01:30, giuseppacef...@gmail.com wrote:
I have reinstalled python which reinstalls pip. I have added the
path:'C:\sers\Giuseppa\AppData\Local\Packages\PythonSoftwareFoundation.Pytho
n.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\Scripts and still
get the error below. Could
: giuseppacef...@gmail.com
Sent: Friday, May 26, 2023 8:31 PM
To: python-list@python.org
Subject: Module error
I have reinstalled python which reinstalls pip. I have added the
path:'C:\sers\Giuseppa\AppData\Local\Packages\PythonSoftwareFoundation.Pytho
n.3.11_qbz5n2kfra8p0\LocalCache\local-pac
Dir(s) 378,485,805,056 bytes free
From: giuseppacef...@gmail.com
Sent: Friday, May 26, 2023 8:31 PM
To: python-list@python.org
Subject: Module error
I have reinstalled python which reinstalls pip. I have added the
path:'C:\sers\Giuseppa\AppData\Local\Packages\PythonSoftwareFoundation.
I have reinstalled python which reinstalls pip. I have added the
path:'C:\sers\Giuseppa\AppData\Local\Packages\PythonSoftwareFoundation.Pytho
n.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\Scripts and still
get the error below. Could you help me with this please?
Traceback (most rece
Hi folks.
I'm putting a little time into getting my treap module (like a dict, but
always sorted by key) working with distutils.
I want it to be able to compile and install the Cython version from an
included .c file, or to fall back on a pure python version if that fails.
I'm currently using:
s
Yes pylauncher was installed when I installed 3.6.4.
Moreover, the python in externals\pythonx86 is supposed to be able to parse
it's own code but it errors out in my case.
Can you provide me the list of all the external modules with it's dependencies
if possible ?
I will pull those separately a
On 6/29/2018 3:42 AM, amit.singh2...@gmail.com wrote:
I am trying to compile the freshly downloaded Python 2.7.15.
When the PCBuild/build.bat goes to pull-in the external modules along with
their dependencies it encounters this error for each of the external modules.
F:\Dev\depot\tools\source\p
I am trying to compile the freshly downloaded Python 2.7.15.
When the PCBuild/build.bat goes to pull-in the external modules along with
their dependencies it encounters this error for each of the external modules.
F:\Dev\depot\tools\source\python\Python-2.7.15>.\PCbuild\get_externals.bat
Using "
I using Python 3.4.3 (v3.4.3:9b73f1c3e601, Feb 24 2015, 22:44:40) [MSC v.1600
64 bit (AM
D64)] on win32. I install tdm64-gcc-5-1-0.exe. I setting from
https://stackoverflow.com/a/27506457 , but I using "pip install scandir".
C:\TDM-GCC-64\bin\x86_64-w64-mingw32-gcc.e
On Oct 23, 5:02 pm, [EMAIL PROTECTED] wrote:
> On Oct 22, 8:33 pm, "Gabriel Genellina" <[EMAIL PROTECTED]>
> wrote:
>
>
>
> > En Wed, 22 Oct 2008 20:34:39 -0200, <[EMAIL PROTECTED]> escribió:
>
> > > I am using py2exe and everything is working fine except one module,
> > > ClientCookie, found here:
En Thu, 23 Oct 2008 20:02:41 -0200, <[EMAIL PROTECTED]> escribió:
On Oct 22, 8:33 pm, "Gabriel Genellina" <[EMAIL PROTECTED]>
wrote:
En Wed, 22 Oct 2008 20:34:39 -0200, <[EMAIL PROTECTED]>
escribió:
> I am using py2exe and everything is working fine except one module,
> ClientCookie, found he
On Oct 22, 8:33 pm, "Gabriel Genellina" <[EMAIL PROTECTED]>
wrote:
> En Wed, 22 Oct 2008 20:34:39 -0200, <[EMAIL PROTECTED]> escribió:
>
> > I am using py2exe and everything is working fine except one module,
> > ClientCookie, found here:
>
> >http://wwwsearch.sourceforge.net/ClientCookie/
>
> > Ke
En Wed, 22 Oct 2008 20:34:39 -0200, <[EMAIL PROTECTED]> escribió:
I am using py2exe and everything is working fine except one module,
ClientCookie, found here:
http://wwwsearch.sourceforge.net/ClientCookie/
Keeps coming up as not found no matter what I do. I have tried all
these combinations f
Hey everyone:
I am using py2exe and everything is working fine except one module,
ClientCookie, found here:
http://wwwsearch.sourceforge.net/ClientCookie/
Keeps coming up as not found no matter what I do. I have tried all
these combinations from the command line:
python run.py py2exe - Results
I've discovered the cause of the problem. At some point previously,
Windows Vista had created a copy of the site-packages directory in a
virtual store for the user account. The easy-install.pth file in the
virtual store did not contain the same path information as the easy-
install.pth that the adm
The access writes to easy-install.pth for regular users is read and
execute.
The output of sys.path for regular users is:
['', 'C:\\Program Files\\Python25\\lib\\site-packages\
\setuptools-0.6c8-py2.5.eg
g', 'C:\\Program Files\\Python25\\python25.zip', 'C:\\Program Files\
\Python25\\D
LLs', 'C:\\P
sawilla wrote:
On Apr 21, 5:42 pm, John Machin <[EMAIL PROTECTED]> wrote:
Log on as administrator, start python in command window and do this:
import sys
sys.path # shows where python is looking for importables
import numpy
import os.path
print os.path.abspath(numpy.__file__) # shows where it f
On Apr 21, 5:42 pm, John Machin <[EMAIL PROTECTED]> wrote:
> Log on as administrator, start python in command window and do this:
>
> import sys
> sys.path # shows where python is looking for importables
> import numpy
> import os.path
> print os.path.abspath(numpy.__file__) # shows where it found
sawilla wrote:
First, I'm new to Python. I'm getting and error when I run Python
2.5.2 as a regular user in Vista but not when I run Python as an
administrator.
For example, if I type "import numpy" after I launch python from an
adminstrator-privileged command window it loads fine. However, from
First, I'm new to Python. I'm getting and error when I run Python
2.5.2 as a regular user in Vista but not when I run Python as an
administrator.
For example, if I type "import numpy" after I launch python from an
adminstrator-privileged command window it loads fine. However, from a
regular-user c
On May 11, 11:12 pm, "Jerry Hill" <[EMAIL PROTECTED]> wrote:
> On 11 May 2007 00:05:19 -0700, [EMAIL PROTECTED]
>
> <[EMAIL PROTECTED]> wrote:
> > For the above code to work elementtree is
> > imported in first line ,but when running it says :
> > ImportError: No module named e
On 11 May 2007 00:05:19 -0700, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> For the above code to work elementtree is
> imported in first line ,but when running it says :
> ImportError: No module named elementtree.ElementTree
> Does thie module exists as default or a patch is
[EMAIL PROTECTED] wrote:
> On May 11, 12:22 pm, [EMAIL PROTECTED] wrote:
>> On May 11, 12:05 am, [EMAIL PROTECTED] wrote:
>>
>>
>>
>>
>>
>>> #!/usr/bin/env python
>>> from elementtree import ElementTree as Element
>>> tree = et.parse("testxml.xml")
>>> for t in tree.getiterator("SERVICEPARAMETER"):
On May 11, 12:22 pm, [EMAIL PROTECTED] wrote:
> On May 11, 12:05 am, [EMAIL PROTECTED] wrote:
>
>
>
>
>
> > #!/usr/bin/env python
>
> > from elementtree import ElementTree as Element
> > tree = et.parse("testxml.xml")
>
> > for t in tree.getiterator("SERVICEPARAMETER"):
> > if t.get("Semant
On May 11, 12:05 am, [EMAIL PROTECTED] wrote:
> #!/usr/bin/env python
>
> from elementtree import ElementTree as Element
> tree = et.parse("testxml.xml")
>
> for t in tree.getiterator("SERVICEPARAMETER"):
> if t.get("Semantics") == "localId":
> t.set("Semantics", "dataPackag
#!/usr/bin/env python
from elementtree import ElementTree as Element
tree = et.parse("testxml.xml")
for t in tree.getiterator("SERVICEPARAMETER"):
if t.get("Semantics") == "localId":
t.set("Semantics", "dataPackageID")
tree.write("output.xml")
Hi,
I've been working on a small test runner script, to accumulate my test
scripts (all python files in the 'test' sub-directories of my source tree).
Things were going well, but I'm still having trouble loading the modules,
once I have a path to the python source file. This is the error I am
getting:
Your NewBackupFilename contains ":" which is not a valid character in a
filename in Windows.
You could do something like this:
>>> NewBackupFilename = DirBackup + '\\' + '%s' %
str(datetime.today()).replace(':', '-') + '.tar.bz2'
>>> NewBackupFilename
'c:skpdc01Backups\\2005-01-21 12-26-21
Hello,
I'm using Python to automate admin tasks on my job. We use Windoze
2000 as desktop platform. When executing this daily backup scripts I
get the following error:
Traceback (most recent call last):
File "C:\UTILS\backup.py", line 8, in ?
TarFileBackup = tarfile.open(NewBackupFilename,
30 matches
Mail list logo