Closed KamilaBorowska closed 12 years ago
@GlitchMr:
Can you confirm the bbot-makeconf script AND the modifications to config.py still work with the given changes? To be more precise, did you test this on an Ubuntu system to make sure it works correctly and doesn't break anything (so that the packages can be updated)
Reassigned to @aj00200
Windows supports pathes with /
in all APIs in most cases.
C:\Users\GlitchMr>cd C:/Windows\System
C:\Windows\system>
I don't know why Windows allows to use both characters. But I guess I can add os.path.join
...
I have done few small changes to BBot which make "bbot-makeconf" script no longer use subprocess Python module to run programs. This makes it work better on Windows, where it's somewhat unlikely to find 'touch' utility.