Ticket #684 (closed: fixed)
Python fails to initialize sometimes on Linux filesystems
Reported by: | Martyn Gigg | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | Iteration 18 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
I've noticed that on Linux when the Python scripts directory contains a symbolic link to an odd location, somthing some editors do to keep backup information, Poco throws an exception and creation of the simple API halts.
Change History
comment:1 Changed 11 years ago by Martyn Gigg
- Status changed from new to closed
- Resolution set to fixed
comment:2 Changed 11 years ago by Martyn Gigg
- Status changed from closed to reopened
- Resolution fixed deleted
Note: See
TracTickets for help on using
tickets.
(In [2587]) Fixed a bug with creating simple Python API that could fail sometimes if Poco through for some minor reason. Closes #684