Steve Rose wrote: > I solved the problem after Adrian put me on to the possible culprit. In the > Python25/site-packages/win32 folder was another pywintypes.dll. I renamed > it, started up various Dabo apps and they all opened without the "Entry > Point Not Found" error. I did some more snooping and figured out that the > error triggered on the 'import dabo' line. I wonder what subsequently occurs > in that statement that needs a call to pywintypes.dll? Why does the error > message come from python.exe and not Dabo? It is all way too deep for me but > since things are working now, I'll just shut up and be happy. >
Steve, There are several places in the Dabo code where we check for platforms and run code specifically for certain platforms. It is somewhat ugly, but necessary to maintain as much consistency as possible across all platforms. Regards, Nate _______________________________________________ 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]
