can't unlink openemm.stop: no such file

Use this forum to report bugs and to check for bugfixes and new releases of OpenEMM

Moderator: moderator

kevin_s
Posts: 6
Joined: Wed Nov 21, 2007 6:09 pm

can't unlink openemm.stop: no such file

Post by kevin_s »

I'm using Windows XP and OpenEMM 5.3.1.
When I run start.bat, I get this error message, and the command prompt closes:

Starting up .. home is H:\OpenEMM .. found codebase .. found database.
CAUGHT EXCEPTION:
Traceback (most recent call last):
File "H:\OpenEMM\bin\openemm.py", line 272, in ?
os.unlink(fname)
OSError: [Errno 2] No such file or directory: 'H:\\OpenEMM\\var\\run\\openemm.stop'

I've tried commenting out line 272, which gets rid of the error message, and then I can at least reach the web application. However, I think that was a dangerous decision, because I'm getting frequent Blue Screen errors now.
kevin_s
Posts: 6
Joined: Wed Nov 21, 2007 6:09 pm

Post by kevin_s »

Problem resolved: after upgrading from ActivePython 2.4 to ActivePython 2.5, the error stopped appearing.
maschoff
Site Admin
Posts: 2609
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Post by maschoff »

Thanks for this hint!
OpenEMM Maintainer
Post Reply