It seems, wxversion.select() is appending to sys.path twice the directory path
of the module containing the wxversion.select() statement. The sys.path is ok,
without a select statement.
It seems, wxversion.select() is appending to sys.path twice the directory path of the module containing the wxversion.select() statement. The sys.path is ok, without a select statement.
The directory of the script being run as __main__ is automatically on the sys.path. Is that what you are seeing? If you think something is wrong please do the following and send the results: