Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix PATH bug (Windows) #11

Merged
merged 2 commits into from
Aug 12, 2015
Merged

Fix PATH bug (Windows) #11

merged 2 commits into from
Aug 12, 2015

Conversation

Manouchehri
Copy link
Contributor

Got a bug report from @brianwanjir that he was having issues on Windows, this should fix it. Probably the same issue as reported in #6.

@Manouchehri
Copy link
Contributor Author

Confirmed by @brianwanjir that this does indeed fix Windows' issue in locating core.jar and javase.jar. Still investigating what the issue is on OS X.

oostendo added a commit that referenced this pull request Aug 12, 2015
@oostendo oostendo merged commit 827db97 into oostendo:master Aug 12, 2015
@chuckytah
Copy link

@Manouchehri you said "Still investigating what the issue is on OS X." have you found something?

@Manouchehri
Copy link
Contributor Author

Manouchehri commented Dec 3, 2015 via email

@chuckytah
Copy link

@Manouchehri I could try, yes

well I solved it...
I put the export ZXING_LIBRARY=/Users/inesmartins/zxing in .bash_profile
and also in the python test_script:

reader = BarCodeReader("/Users/inesmartins/zxing")

barcode = reader.decode("test.jpg")

print barcode.data

and it worked :)

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

Successfully merging this pull request may close these issues.

3 participants