Export to GitHub

shedskin - issue #200

os.path.isdir not working on windows


Posted on Mar 7, 2014 by Swift Lion

Dear Mark, My issue of the day :)

What steps will reproduce the problem? 1. in a shell mkdir Debug touch Debug/file1 touch Debug/file2

  1. compile that with shedskin and execute it import os if os.path.isdir("Debug"): print "isdir: true" else: print "isdir: false"

What is the expected output? What do you see instead? expected true, observed false

What version of the product are you using? On what operating system? shedskin 0.9.4 windows xp

Comment #1

Posted on Mar 7, 2014 by Happy Camel

thanks a lot for reporting! will investigate.

Comment #2

Posted on Mar 16, 2014 by Happy Camel

just tried exactly this, 0.9.4 under windows xp, but it works here.. ?

Status: New

Labels:
Type-Defect Priority-Medium