Sorry to bring this up in dabo-users instead of dabo-dev or filing in trac myself. Just more time efficient for me.
I've got a traceback while trying to run Dabo Runtime. It's the same as in the trac ticket http://trac.dabodev.com/ticket/1377 Traceback (most recent call last): File "daborun.py", line 8, in <module> File "zipextimporter.pyc", line 82, in load_module File "wx\__init__.pyc", line 45, in <module> File "zipextimporter.pyc", line 82, in load_module File "wx\_core.pyc", line 4, in <module> File "zipextimporter.pyc", line 98, in load_module ImportError: MemoryLoadLibrary failed loading wx\_core_.pyd The error comes from a missing .dll file: MSVCP71.DLL which is the C++ Runtime library. Adding this file solves the problem. Also this problem won't manifest if said .dll exists in a machines system32 folder. Dabo Runtime already includes MSVCR71.DLL (The C runtime library) which is also needed by wx. Can you include the missing .dll in Dabo Runtime installer and update the pending ticket(s)? Thanks, Nick _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
