Opened 4 months ago

Last modified 4 months ago

#6 closed defect

Python under Windows cannot work with "\" in path strings — at Initial Version

Reported by: frankl Owned by:
Priority: major Milestone:
Version: Keywords:
Cc:

Description

Path strings in Python under Windows needs to be set as "
" or "/".
For example: ExamGenerator class get initialized with a template_dir as string to find the jinja2 template. if that path strings is divided by "\" an error will raise that the template cannot be found.

Change History (0)

Note: See TracTickets for help on using tickets.