Hey

I just try this to see what happen and I think I found a bug

I'm developing this project that i started with 0.9a6 and I just move it to another machine that had 0.9a4

in theory running it should error out with something like "this app needs at least 0.9a6 install"

but what it does is


Traceback (most recent call last):
  File "D:\python\tg\diplomacy\start-diplomacy.py", line 21, in ?
    modulename="diplomacy.config")
  File "c:\python24\lib\site-packages\TurboGears-0.9a4-py2.4.egg\turbogears\conf
ig.py", line 37, in update_config
    package_dir=package_dir))
  File "c:\python24\lib\site-packages\CherryPy-2.2.1-py2.4.egg\cherrypy\config.p
y", line 244, in dict_from_config_file
    configParser.read(configFile)
  File "c:\python24\lib\site-packages\CherryPy-2.2.1-py2.4.egg\cherrypy\config.p
y", line 230, in read
    fp = open(filename)
IOError: [Errno 2] No such file or directory: 'D:\\python\\tg\\diplomacy\\diplom
acy\\config.cfg'

yes that config file was move and now it's a directory but shouldn't it bail out before getting to that part?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears-trunk
-~----------~----~----~----~------~----~------~--~---

Reply via email to