Skip to content
This repository has been archived by the owner on Feb 25, 2018. It is now read-only.

The process cannot access the file because it is being used by another process #57

Closed
jokober opened this issue Jan 26, 2014 · 5 comments

Comments

@jokober
Copy link

jokober commented Jan 26, 2014

Hi guys, I get a error message on Windows and can't figure out how to solve this:
screen shot 2014-01-25 at 21 51 36

I already tried to restart the computer but nothing changed. I also get the same error with cxfreeze ...

My setup.py code:
example = Executable("gui_starter.py",
gui_only=False,
)

setup(
  data_files=data_files,
  name = "Voc2brain",
  version = "4.4.%d" % subversion,
  scripts = [example],
  options = {"bdist_esky":{
             #  forcibly include some other modules
             "includes": ["sip", "lxml"],
             #  forcibly exclude some other modules
             "excludes": ["pydoc"],
             #  force esky to freeze the app using py2exe
             "freezer_module": "py2exe",
             #  tweak the options used by py2exe
             "freezer_options": {"bundle_files":3,"compressed":True},
          }}
)
@sibblegp
Copy link

sibblegp commented Apr 8, 2014

I am also having this same problem. Were you ever able to figure out a solution?

@jokober
Copy link
Author

jokober commented Apr 8, 2014

No I wasn't able to figure it out ...

2014-04-08 5:15 GMT+02:00 George Sibble notifications@github.com:

I am also having this same problem. Were you ever able to figure out a
solution?

Reply to this email directly or view it on GitHubhttps://github.com//issues/57#issuecomment-39807894
.

@hasefet
Copy link

hasefet commented Sep 28, 2014

Likewise having the same problem without relief.

@kinnarr
Copy link

kinnarr commented Jan 23, 2015

I had the same problem. While packing with py2exe directly I found some errors in my script. After fixing that, bdist_esky run without errors.

@timeyyy
Copy link
Contributor

timeyyy commented Nov 22, 2015

Errors not caused by esky

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants