Gpg python installer

2015-04-01 Thread leonardo davinci
I am using Kleopatra(gpg for win) to verify the 3.4.3 python installer,
Windows x86 MSI

https:// https://www.python.org/ftp/python/3.4.3/python-3.4.3.msi
www.python.org https://www.python.org/ftp/python/3.4.3/python-3.4.3.msi
/ftp/python/3.4.3/
https://www.python.org/ftp/python/3.4.3/python-3.4.3.msipython-3.4.3.msi
https://www.python.org/ftp/python/3.4.3/python-3.4.3.msi. This file does
not have a email in the digital signature and I am having trouble verifying
the validity of the download.

Any help would be appreciated.
thanks
Leo
-- 
https://mail.python.org/mailman/listinfo/python-list


[issue16749] Fatal Python error: PyEval_RestoreThread: NULL tstate

2012-12-28 Thread Leonardo DaVinci

Leonardo DaVinci added the comment:

Terry,

I've tried installing on Mac at least 6 times and I still get error
messages. I'm dealing with Solidoodle with no success.

I have an appointment with a 3d Print Lab on Jan 3rd (50 miles away) to
help me resolve my issues.

Regards
Ciro

On Fri, Dec 28, 2012 at 5:07 PM, Terry J. Reedy rep...@bugs.python.orgwrote:


 Terry J. Reedy added the comment:

 Antoine: do you know anything about this message?
 Fatal Python error: PyEval_RestoreThread: NULL tstate
 Is there a serious possibility that it could indicate a CPython error, as
 opposed to an extension author error? Could running Windows on Mac hardware
 make a difference?

 Leonardo: You should have quoted the full error message instead of making
 each person search the image.

 Also, Please don't quote entire messages in your replies (which means
 deleting them if replying with a mail program). They are already visible
 above your reply and constitute noise that makes scrolling in the web
 interface more tedious.

 We will likely close this, at least for now, because there is currently no
 basis for action on our part.

 1. From years of experience with such reports, we can be fairly certain
 that the problem is with the third party extension code. It is known that
 such code can crash CPython if it misuses the C API. We cannot prevent that
 without adding unacceptible overhead.

 2. If there is a bug in CPython, then to do anything, we would need either
 Python code or proper C code that causes the crash. The latter would likely
 require cooperation of the Solidoodle extension authors.

 For us to do anything, we need evidence in the form of (minimal) code we
 can run that there is a CPython bug.

 Retrying under OS X is a good idea.

 You could try testing the windows python installation with the test suite
 (python -m test.regrtest in a command window) but there are two problems
 when doing this with a user installation, as opposed to the test buildbots:
 there will be (expected) error boxes that you have to dismiss by hitting
 enter; and there will be a few reported errors that are not really errors
 in python itself.

 --
 nosy: +pitrou, terry.reedy
 title: Fatal Python Error - Fatal Python error: PyEval_RestoreThread:
 NULL tstate
 versions: +Python 2.7

 ___
 Python tracker rep...@bugs.python.org
 http://bugs.python.org/issue16749
 ___


--
status: pending - open

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16749
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16749] Fatal Python error: PyEval_RestoreThread: NULL tstate

2012-12-28 Thread Leonardo DaVinci

Leonardo DaVinci added the comment:

Actually Antoine,

Solidoodle has sent 2 email replies, 1 was a video link to some British guy
opening his box which wasn't packed like mine and had missing parts. and
the second email was just as useless stating that maybe I'm running both
platforms at the same time which I ain't...

In any case I went ahead and booked my appointment, I just want it to work.

Thanks for your time. Happy Holidays!

Best Regards
Ciro

On Fri, Dec 28, 2012 at 7:15 PM, Antoine Pitrou rep...@bugs.python.orgwrote:


 Antoine Pitrou added the comment:

  I've tried installing on Mac at least 6 times and I still get error
  messages. I'm dealing with Solidoodle with no success.
 
  I have an appointment with a 3d Print Lab on Jan 3rd (50 miles away) to
  help me resolve my issues.

 Ciro, it seems you should wait a bit for Solidoodle's answer if you
 asked them a question. I don't know about them, but if they're a
 volunteer-run project you can't expect them to answer all requests very
 quickly.

 --

 ___
 Python tracker rep...@bugs.python.org
 http://bugs.python.org/issue16749
 ___


--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16749
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16749] Fatal Python Error

2012-12-22 Thread Leonardo DaVinci

Leonardo DaVinci added the comment:

Ok I'll try booting and installing in Mac to see if the issue reappears.

Thanks for your time.

Happy holidays.

Ciro

On Sat, Dec 22, 2012 at 9:46 AM, R. David Murray rep...@bugs.python.orgwrote:


 R. David Murray added the comment:

 Not really, I'm afraid.  You'd have to look at the crash dump in a
 debugger to get more useful information.  Perhaps one of the windows devs
 will have more concrete advice, I don't use Windows myself.

 --

 ___
 Python tracker rep...@bugs.python.org
 http://bugs.python.org/issue16749
 ___


--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16749
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16749] Fatal Python Error

2012-12-21 Thread Leonardo DaVinci

Leonardo DaVinci added the comment:

Ok thanks for the quick reply. I'll check with them.

Regards
Ciro

On Fri, Dec 21, 2012 at 9:09 PM, R. David Murray rep...@bugs.python.orgwrote:


 R. David Murray added the comment:

 Given the error message, my guess would be that there is a bug in the
 Solidoodle Python extension module.  That is, it is unlikely to be a bug in
 Python.

 --
 nosy: +r.david.murray

 ___
 Python tracker rep...@bugs.python.org
 http://bugs.python.org/issue16749
 ___


--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16749
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16749] Fatal Python Error

2012-12-21 Thread Leonardo DaVinci

Leonardo DaVinci added the comment:

Hi David,

I keep trying to unsuccessfully. Here's the problem details

  Problem signature:
  Problem Event Name: APPCRASH
  Application Name: python.exe
  Application Version: 0.0.0.0
  Application Timestamp: 4f84a6c8
  Fault Module Name: python27.dll
  Fault Module Version: 2.7.3150.1013
  Fault Module Timestamp: 4f84a6c7
  Exception Code: 4015
  Exception Offset: 0006016a
  OS Version: 6.1.7601.2.1.0.256.1
  Locale ID: 3084
  Additional Information 1: 8c07
  Additional Information 2: 8c07c320598b1e31bf5de83aa7155e8f
  Additional Information 3: 8e83
  Additional Information 4: 8e835205385ec5be9858c1342251f482

Hope this helps

Regards
Ciro

On Fri, Dec 21, 2012 at 9:09 PM, R. David Murray rep...@bugs.python.orgwrote:


 R. David Murray added the comment:

 Given the error message, my guess would be that there is a bug in the
 Solidoodle Python extension module.  That is, it is unlikely to be a bug in
 Python.

 --
 nosy: +r.david.murray

 ___
 Python tracker rep...@bugs.python.org
 http://bugs.python.org/issue16749
 ___


--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16749
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com