https://bugs.gpodder.org/show_bug.cgi?id=1710

             Bug #: 1710
           Summary: Crash on startup if pyreadline is installed.
    Classification: Unclassified
           Product: gPodder
           Version: 3.3.0
          Platform: PC
        OS/Version: Windows
            Status: UNCONFIRMED
          Severity: feature request
          Priority: low
         Component: Command-line interface
        AssignedTo: [email protected]
        ReportedBy: [email protected]


When I attempt to start "gpo" the following pop ups appear:


---------------------------
Microsoft Visual C++ Runtime Library
---------------------------
Runtime Error!

Program: C:\Program Files (x86)\gPodder\gpo.exe

R6034

An application has made an attempt to load the C runtime library incorrectly.
Please contact the application's support team for more information.


---------------------------
OK   
---------------------------



---------------------------
Error launching gPodder
---------------------------
There was an error running bin\gpo in Python.
---------------------------
OK   
---------------------------


Along with this traceback:
Traceback (most recent call last):
  File "bin\gpo", line 74, in <module>
    import readline
  File "C:\Python27\lib\site-packages\readline.py", line 6, in <module>
    from pyreadline.rlmain import Readline
  File "C:\Python27\lib\site-packages\pyreadline\__init__.py", line 11, in
<module>
    from . import unicode_helper, logger, clipboard, lineeditor, modes, console
  File "C:\Python27\lib\site-packages\pyreadline\console\__init__.py", line 15,
in <module>
    from .console import *
  File "C:\Python27\lib\site-packages\pyreadline\console\console.py", line 609,
in <module>
    msvcrt = cdll.LoadLibrary(ctypes.util.find_msvcrt())
  File "C:\Python27\Lib\ctypes\__init__.py", line 443, in LoadLibrary
    return self._dlltype(name)
  File "C:\Python27\Lib\ctypes\__init__.py", line 365, in __init__
    self._handle = _dlopen(self._name, mode)
WindowsError: [Error 1114] A dynamic link library (DLL) initialization routine
failed


When I attempt to run "gpo" using my regular python installation this does not
happen:
py -2 gpo

-- 
Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
gPodder-Bugs mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/gpodder-bugs

Reply via email to