Author: mattip
Branch: win32-cleanup_2
Changeset: r52581:cbfdff9f4414
Date: 2012-02-17 13:15 +0200
http://bitbucket.org/pypy/pypy/changeset/cbfdff9f4414/
Log: (sthalik) whoops
diff --git a/pypy/translator/driver.py b/pypy/translator/driver.py
--- a/pypy/translator/driver.py
+++ b/pypy/translator/driver.py
@@ -560,8 +560,8 @@
shutil.copy(str(soname), str(newsoname))
self.log.info("copied: %s" % (newsoname,))
if sys.platform == 'win32':
- shutil.copyfile(soname.new(ext='lib'),
- newsoname.new(ext='lib'))
+ shutil.copyfile(str(soname.new(ext='lib')),
+ str(newsoname.new(ext='lib')))
self.c_entryp = newexename
self.log.info('usession directory: %s' % (udir,))
self.log.info("created: %s" % (self.c_entryp,))
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit