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

a change regarding how attributes are accessed broke the converter #3

Open
ByReaL opened this issue Jul 18, 2016 · 0 comments
Open

Comments

@ByReaL
Copy link
Contributor

ByReaL commented Jul 18, 2016

so i have a large VB project with multiple files
when i convert the project with the original vb2py version
in file1 i have a code like print(file2.name)
and it prints correctly the value of the variable defined in file2

but when i use this version on vb2py i get all the file2.abc file5.xyz removed and replaced just with abc and xyz and code does not work before abc nor xyz do not exists in frmMain.py they exist in other files

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

No branches or pull requests

1 participant