Hi Mark,
I tried extracting the files inside webdriver.xpi into a folder
webdriverxpi and placed it in lieu of the former in the zip file. I had to
tweak some code inside the firefox_profile.py file as well, so that it
would add the files inside the webdriverxpi folder to the current path
environm
The problem is a "conflict" between the firefox_profile module and
py2exe. firefox_profile is attempting to open
'C:\\Users\\ferdinand\\Desktop\\Landmark_Ops\\dist\\library.zip\\selenium\\webdriver\\firefox\\webdriver.xpi'
as a regular file (a .xpi file is a .zip file, hence the fact zipfile
i