Hi, I'm having some problems using the debugger in the beangulp project.
I'm using PyCharm 2021.1. Python 3.9.2 (default, Feb 20 2021, 00:00:00) [GCC 10.2.1 20201125 (Red Hat 10.2.1-9)] on linux When I run pytest normally everything runs fine, but if I try and use the debugger, the application bombs out with AttributeError: partially initialized module 'csv' has no attribute 'Dialect' (most likely due to a circular import) My guess is that since the csv_importer was renamed to csv, the loader is getting confused with the importer module name and the csv python module. Given this only happens with the debugger, there must be some race condition. When I have renamed the csv importer module name to something else, my problem is resolved. Any thoughts? -- You received this message because you are subscribed to the Google Groups "Beancount" group. To unsubscribe from this group and stop receiving emails from it, send an email to beancount+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/b0a52311-e85e-4959-aa11-f3e3ce8d67d2n%40googlegroups.com.