Mailing List Archive

Fatal Python error: Py_Initialize: can't initialize sys standard streams
I get this error when I try to save .dxf files in Inkscape:

Fatal Python error: Py_Initialize: can't initialize sys standard streams

Then it seems to recover but it doesn't really recover. It saves the files and then DraftSite won't open them. Here is what the thing says when Inkscape tried to fix the saving problem.

File "D:\Program Files (x86)\Inkscape\python\Lib\encodings\__init__.py", line 123
raise CodecRegistryError,\
^
SyntaxError: invalid syntax

Here are my computer specs if you need them:

Tech Support Guy System Info Utility version 1.0.0.2
OS Version: Microsoft Windows 7 Ultimate, Service Pack 1, 64 bit
Processor: AMD FX(tm)-6100 Six-Core Processor, AMD64 Family 21 Model 1 Stepping 2
Processor Count: 6
RAM: 16330 Mb
Graphics Card: NVIDIA GeForce GTX 560, 1024 Mb
Hard Drives: C: Total - 239806 MB, Free - 39808 MB; D: Total - 61553 MB, Free - 46085 MB; F: Total - 1907726 MB, Free - 1461558 MB;
Motherboard: ASUSTeK COMPUTER INC., M5A97
Antivirus: avast! Internet Security, Updated and Enabled

Any help would be appreciated. I posted on another forum http://forums.techguy.org but no one answered, as of yet anyway. It is kind of weird because they answer everything. So I am assuming only Python users might know.

Thank you for considering my problem.

--
http://mail.python.org/mailman/listinfo/python-list
Re: Fatal Python error: Py_Initialize: can't initialize sys standard streams [ In reply to ]
On 15/06/2013 22:29, lucabrasi154@gmail.com wrote:
> I get this error when I try to save .dxf files in Inkscape:
>
> Fatal Python error: Py_Initialize: can't initialize sys standard streams
>
> Then it seems to recover but it doesn't really recover. It saves the files and then DraftSite won't open them. Here is what the thing says when Inkscape tried to fix the saving problem.
>
> File "D:\Program Files (x86)\Inkscape\python\Lib\encodings\__init__.py", line 123
> raise CodecRegistryError,\
> ^
> SyntaxError: invalid syntax
>
> Here are my computer specs if you need them:
>
> Tech Support Guy System Info Utility version 1.0.0.2
> OS Version: Microsoft Windows 7 Ultimate, Service Pack 1, 64 bit
> Processor: AMD FX(tm)-6100 Six-Core Processor, AMD64 Family 21 Model 1 Stepping 2
> Processor Count: 6
> RAM: 16330 Mb
> Graphics Card: NVIDIA GeForce GTX 560, 1024 Mb
> Hard Drives: C: Total - 239806 MB, Free - 39808 MB; D: Total - 61553 MB, Free - 46085 MB; F: Total - 1907726 MB, Free - 1461558 MB;
> Motherboard: ASUSTeK COMPUTER INC., M5A97
> Antivirus: avast! Internet Security, Updated and Enabled
>
> Any help would be appreciated. I posted on another forum http://forums.techguy.org but no one answered, as of yet anyway. It is kind of weird because they answer everything. So I am assuming only Python users might know.
>
> Thank you for considering my problem.
>

Your Python version would help :) How did you install Inkscape? It
looks strange to see it in Program Files, I'd normally expect to see it
in the site packages directory.

--
"Steve is going for the pink ball - and for those of you who are
watching in black and white, the pink is next to the green." Snooker
commentator 'Whispering' Ted Lowe.

Mark Lawrence

--
http://mail.python.org/mailman/listinfo/python-list
Re: Fatal Python error: Py_Initialize: can't initialize sys standard streams [ In reply to ]
On Jun 16, 7:43 am, Mark Lawrence <breamore...@yahoo.co.uk> wrote:
> Your Python version would help :)  How did you install Inkscape?  It
> looks strange to see it in Program Files, I'd normally expect to see it
> in the site packages directory.

Inkscape is an application, not a library. It provides its own local
install of Python to allow for user extensions.


--
http://mail.python.org/mailman/listinfo/python-list
Re: Fatal Python error: Py_Initialize: can't initialize sys standard streams [ In reply to ]
On Jun 16, 7:29 am, lucabrasi...@gmail.com wrote:
> I get this error when I try to save .dxf files in Inkscape:
>
> Fatal Python error: Py_Initialize: can't initialize sys standard streams
>
> Then it seems to recover but it doesn't really recover. It saves the files and then DraftSite won't open them. Here is what the > thing says when Inkscape tried to fix the saving problem.

What do you mean by "Inkscape tried to fix the saving problem"?

> File "D:\Program Files (x86)\Inkscape\python\Lib\encodings\__init__.py", line 123
> raise CodecRegistryError,\
> ^
> SyntaxError: invalid syntax

Here's a report of a similar issue with Blender (which also provides a
local install of Python under Windows):
http://translate.google.com.au/translate?hl=en&sl=fr&u=http://blenderclan.tuxfamily.org/html/modules/newbb/viewtopic.php%3Ftopic_id%3D36497&prev=/search%3Fq%3Dinkscape%2BCodecRegistryError

(Sorry for the ugly url, it's a Google translation of a french
language page)

Do you have a separate installation of Python? It's possible it may be
conflicting. If you rename it's folder to something else (which will
temporarily break that install), do you still see this same issue in
Inkscape?
--
http://mail.python.org/mailman/listinfo/python-list
Re: Fatal Python error: Py_Initialize: can't initialize sys standard streams [ In reply to ]
On Saturday, June 15, 2013 3:10:07 PM UTC-7, alex23 wrote:
> On Jun 16, 7:29 am, lucabrasi...@gmail.com wrote:
>
> > I get this error when I try to save .dxf files in Inkscape:
>
> >
>
> > Fatal Python error: Py_Initialize: can't initialize sys standard streams
>
> >
>
> > Then it seems to recover but it doesn't really recover. It saves the files and then DraftSite won't open them. Here is what the > thing says when Inkscape tried to fix the saving problem.
>
>
>
> What do you mean by "Inkscape tried to fix the saving problem"?
>
>
>
> > File "D:\Program Files (x86)\Inkscape\python\Lib\encodings\__init__.py", line 123
>
> > raise CodecRegistryError,\
>
> > ^
>
> > SyntaxError: invalid syntax
>
>
>
> Here's a report of a similar issue with Blender (which also provides a
>
> local install of Python under Windows):
>
> http://translate.google.com.au/translate?hl=en&sl=fr&u=http://blenderclan.tuxfamily.org/html/modules/newbb/viewtopic.php%3Ftopic_id%3D36497&prev=/search%3Fq%3Dinkscape%2BCodecRegistryError
>
>
>
> (Sorry for the ugly url, it's a Google translation of a french
>
> language page)
>
>
>
> Do you have a separate installation of Python? It's possible it may be
>
> conflicting. If you rename it's folder to something else (which will
>
> temporarily break that install), do you still see this same issue in
>
> Inkscape?

Inkscape told me to not worry about the problem. That somehow it had made a mistake and then it showed a little window with this information.
> File "D:\Program Files (x86)\Inkscape\python\Lib\encodings\__init__.py", line 123
> raise CodecRegistryError,\
> ^
> SyntaxError: invalid syntax

I said Inkscape but maybe it is system message and not from Inkscape.
I will try your suggestions now, and thanks to everyone for responding so quickly.

--
http://mail.python.org/mailman/listinfo/python-list
Re: Fatal Python error: Py_Initialize: can't initialize sys standard streams [ In reply to ]
On 15/06/2013 23:10, alex23 wrote:
> On Jun 16, 7:29 am, lucabrasi...@gmail.com wrote:
>> I get this error when I try to save .dxf files in Inkscape:
>>
>> Fatal Python error: Py_Initialize: can't initialize sys standard streams
>>
>> Then it seems to recover but it doesn't really recover. It saves the files and then DraftSite won't open them. Here is what the > thing says when Inkscape tried to fix the saving problem.
>
> What do you mean by "Inkscape tried to fix the saving problem"?
>
>> File "D:\Program Files (x86)\Inkscape\python\Lib\encodings\__init__.py", line 123
>> raise CodecRegistryError,\
>> ^
>> SyntaxError: invalid syntax
>
To me that traceback looks like it's Python 3 trying to run code written
for Python 2.

> Here's a report of a similar issue with Blender (which also provides a
> local install of Python under Windows):
> http://translate.google.com.au/translate?hl=en&sl=fr&u=http://blenderclan.tuxfamily.org/html/modules/newbb/viewtopic.php%3Ftopic_id%3D36497&prev=/search%3Fq%3Dinkscape%2BCodecRegistryError
>
> (Sorry for the ugly url, it's a Google translation of a french
> language page)
>
> Do you have a separate installation of Python? It's possible it may be
> conflicting. If you rename it's folder to something else (which will
> temporarily break that install), do you still see this same issue in
> Inkscape?
>

--
http://mail.python.org/mailman/listinfo/python-list
Re: Fatal Python error: Py_Initialize: can't initialize sys standard streams [ In reply to ]
On Saturday, June 15, 2013 5:03:27 PM UTC-7, MRAB wrote:
> On 15/06/2013 23:10, alex23 wrote:
>
> > On Jun 16, 7:29 am, lucabrasi...@gmail.com wrote:
>
> >> I get this error when I try to save .dxf files in Inkscape:
>
> >>
>
> >> Fatal Python error: Py_Initialize: can't initialize sys standard streams
>
> >>
>
> >> Then it seems to recover but it doesn't really recover. It saves the files and then DraftSite won't open them. Here is what the > thing says when Inkscape tried to fix the saving problem.
>
> >
>
> > What do you mean by "Inkscape tried to fix the saving problem"?
>
> >
>
> >> File "D:\Program Files (x86)\Inkscape\python\Lib\encodings\__init__.py", line 123
>
> >> raise CodecRegistryError,\
>
> >> ^
>
> >> SyntaxError: invalid syntax
>
> >
>
> To me that traceback looks like it's Python 3 trying to run code written
>
> for Python 2.
>
>
>
> > Here's a report of a similar issue with Blender (which also provides a
>
> > local install of Python under Windows):
>
> > http://translate.google.com.au/translate?hl=en&sl=fr&u=http://blenderclan.tuxfamily.org/html/modules/newbb/viewtopic.php%3Ftopic_id%3D36497&prev=/search%3Fq%3Dinkscape%2BCodecRegistryError
>
> >
>
> > (Sorry for the ugly url, it's a Google translation of a french
>
> > language page)
>
> >
>
> > Do you have a separate installation of Python? It's possible it may be
>
> > conflicting. If you rename it's folder to something else (which will
>
> > temporarily break that install), do you still see this same issue in
>
> > Inkscape?
>
> >

--
http://mail.python.org/mailman/listinfo/python-list
Re: Fatal Python error: Py_Initialize: can't initialize sys standard streams [ In reply to ]
On Saturday, June 15, 2013 7:44:09 PM UTC-7, lucabrasi wrote:
> On Saturday, June 15, 2013 5:03:27 PM UTC-7, MRAB wrote:
>
> > On 15/06/2013 23:10, alex23 wrote:
>
> >
>
> > > On Jun 16, 7:29 am, lucabrasi...@gmail.com wrote:
>
> >
>
> > >> I get this error when I try to save .dxf files in Inkscape:
>
> >
>
> > >>
>
> >
>
> > >> Fatal Python error: Py_Initialize: can't initialize sys standard streams
>
> >
>
> > >>
>
> >
>
> > >> Then it seems to recover but it doesn't really recover. It saves the files and then DraftSite won't open them. Here is what the > thing says when Inkscape tried to fix the saving problem.
>
> >
>
> > >
>
> >
>
> > > What do you mean by "Inkscape tried to fix the saving problem"?
>
> >
>
> > >
>
> >
>
> > >> File "D:\Program Files (x86)\Inkscape\python\Lib\encodings\__init__.py", line 123
>
> >
>
> > >> raise CodecRegistryError,\
>
> >
>
> > >> ^
>
> >
>
> > >> SyntaxError: invalid syntax
>
> >
>
> > >
>
> >
>
> > To me that traceback looks like it's Python 3 trying to run code written
>
> >
>
> > for Python 2.
>
> >
>
> >
>
> >
>
> > > Here's a report of a similar issue with Blender (which also provides a
>
> >
>
> > > local install of Python under Windows):
>
> >
>
> > > http://translate.google.com.au/translate?hl=en&sl=fr&u=http://blenderclan.tuxfamily.org/html/modules/newbb/viewtopic.php%3Ftopic_id%3D36497&prev=/search%3Fq%3Dinkscape%2BCodecRegistryError
>
> >
>
> > >
>
> >
>
> > > (Sorry for the ugly url, it's a Google translation of a french
>
> >
>
> > > language page)
>
> >
>
> > >
>
> >
>
> > > Do you have a separate installation of Python? It's possible it may be
>
> >
>
> > > conflicting. If you rename it's folder to something else (which will
>
> >
>
> > > temporarily break that install), do you still see this same issue in
>
> >
>
> > > Inkscape?
>
> >
>
> > >

Got the problem fixed. I noticed the conflict between 2.X and 3.3 on the French board. I just uninstalled and otherwise deleted all python files and reinstalled with only 3.3. Works like a charm.
Thanks to everyone.
--
http://mail.python.org/mailman/listinfo/python-list
Re: Fatal Python error: Py_Initialize: can't initialize sys standard streams [ In reply to ]
On 06/15/2013 10:44 PM, lucabrasi wrote:
> On Saturday, June 15, 2013 5:03:27 PM UTC-7, MRAB wrote:
>> On 15/06/2013 23:10, alex23 wrote:

>>
<SNIP gobs of double-spaced nonsense -- stupid googlegroups
should be banned>
>>
>>> Do you have a separate installation of Python? It's possible it may be
>>
>>> conflicting. If you rename it's folder to something else (which will
>>
>>> temporarily break that install), do you still see this same issue in
>>
>>> Inkscape?
>>
>>>
>

Your message was a hard-to-read doble-spaced copy of someone else's
comments. If you have nothing to add, why bother posting? Especially
with googlegroups.

If you do have something to say, make sure it follows the part you're
quoting, and that it does not begin with those bracket separators.
Otherwise it simply lies buried in the context, and your contribution or
question is lost.

--
DaveA
--
http://mail.python.org/mailman/listinfo/python-list
Re: Fatal Python error: Py_Initialize: can't initialize sys standard streams [ In reply to ]
On 6/15/2013 8:03 PM, MRAB wrote:
> On 15/06/2013 23:10, alex23 wrote:
\__init__.py", line 123
>>> raise CodecRegistryError,\
>>> ^
>>> SyntaxError: invalid syntax
>>
> To me that traceback looks like it's Python 3 trying to run code written
> for Python 2.

If that is the case, the ^ should be under the ',' (and perhaps it once
was ;-). If really at the beginning of the line, then the error must be
on the previous line. Even then, the examples I have tried point to the
'e' or 'raise'. Take a look in the file.

--
Terry Jan Reedy

--
http://mail.python.org/mailman/listinfo/python-list
Re: Fatal Python error: Py_Initialize: can't initialize sys standard streams [ In reply to ]
On 06/15/2013 03:10 PM, alex23 wrote:
> On Jun 16, 7:29 am, lucabrasi...@gmail.com wrote:

>
> Here's a report of a similar issue with Blender (which also provides a
> local install of Python under Windows):
> http://translate.google.com.au/translate?hl=en&sl=fr&u=http://blenderclan.tuxfamily.org/html/modules/newbb/viewtopic.php%3Ftopic_id%3D36497&prev=/search%3Fq%3Dinkscape%2BCodecRegistryError
>
> (Sorry for the ugly url, it's a Google translation of a french
> language page)
>
Somewhat OT, but have you ever looked at tinyurl.com? Very useful for this sort of thing.

-=- Larry -=-

--
http://mail.python.org/mailman/listinfo/python-list
Re: Fatal Python error: Py_Initialize: can't initialize sys standard streams [ In reply to ]
On Jun 16, 2:09 pm, Larry Hudson <org...@yahoo.com> wrote:
> On 06/15/2013 03:10 PM, alex23 wrote:
> > (Sorry for the ugly url, it's a Google translation of a french
> > language page)
>
> Somewhat OT, but have you ever looked at tinyurl.com?  Very useful for this sort of thing.

From past comments on this list, people can be reticent to click on
URL shortener links as it's not immediately obvious where it will take
them.
--
http://mail.python.org/mailman/listinfo/python-list
Re: Fatal Python error: Py_Initialize: can't initialize sys standard streams [ In reply to ]
>
>
> Fatal Python error: Py_Initialize: can't initialize sys standard streams
> ? ????????????
> https://bit.ly/cup88sb?43oqf=register
>
> ? ???????????
> https://bit.ly/cup88rb?43oqf=register
>
> ? ?????????
> https://bit.ly/cup88lb?43oqf=register
>
> ? ????????????
> https://bit.ly/cup88pb?43oqf=register
>
> Do any of these help?
https://www.google.com/search?q=Fatal+Python+error%3A+Py_Initialize%3A+can%27t+initialize+sys+standard+streams&oq=Fatal+Python+error%3A+Py_Initialize%3A+can%27t+initialize+sys+standard+streams


If not, I advise posting your actual code rather than links to your code.
Many people are afraid to click on unknown links.
And that advice is a subset of the advice posted at
http://www.catb.org/~esr/faqs/smart-questions.html.
--
https://mail.python.org/mailman/listinfo/python-list