This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author wkornewald
Recipients asvetlov, brian.curtin, jaraco, ncoghlan, wkornewald
Date 2011-05-10.17:05:38
SpamBayes Score 9.57328e-07
Marked as misclassified No
Message-id <1305047145.74.0.767368749731.issue6727@psf.upfronthosting.co.za>
In-reply-to
Content
I'm using Python 2.6.6 on Windows 7 Professional with the latest service pack. My system is pretty bare bones. Do you have Visual Studio or the Visual Studio Redistributables?

Here's the output of your script (the last exception seems to be caused by the .pyc file, but apart from that it seems to work):


C:\Users\wkornewald\Downloads\a>test_import_symlink_package.py
Problem does not exist here.
Traceback (most recent call last):
  File "C:\Users\wkornewald\Downloads\a\test_import_symlink_package.py", line 66, in <module>
    os.rmdir(tagged)
WindowsError: [Error 145] The directory is not empty: 'sample-tagged'

C:\Users\wkornewald\Downloads\a>dir sample-tagged
 Volume in drive C has no label.
 Volume Serial Number is 50C8-BE90

 Directory of C:\Users\wkornewald\Downloads\a\sample-tagged

10.05.2011  19:04    <DIR>          .
10.05.2011  19:04    <DIR>          ..
10.05.2011  19:04               107 __init__.pyc
               1 File(s)            107 bytes
               2 Dir(s)  66.517.442.560 bytes free
History
Date User Action Args
2011-05-10 17:05:45wkornewaldsetrecipients: + wkornewald, jaraco, ncoghlan, brian.curtin, asvetlov
2011-05-10 17:05:45wkornewaldsetmessageid: <1305047145.74.0.767368749731.issue6727@psf.upfronthosting.co.za>
2011-05-10 17:05:38wkornewaldlinkissue6727 messages
2011-05-10 17:05:38wkornewaldcreate