rohnsha0
(Rohan Shaw)
1
I was building and booting plone using buildout.coredev repo...
ImportError: cannot import name 'isURLInPortal' from partially initialized module 'Products.isurlinportal' (most likely due to a circular import) (/home/rohnsha0/plone/buildout.coredev/eggs/Products.isurlinportal-2.0.3-py3.11.egg/Products/isurlinportal/__init__.py)
sys:1: ResourceWarning: unclosed <socket.socket fd=6, family=2, type=1, proto=0, laddr=('0.0.0.0', 8080)>
I am using python-3.11.2
davisagli
(David Glick)
2
Show what commands you ran and the full output, otherwise there isn't enough information to help.
rohnsha0
(Rohan Shaw)
3
- ./bootstrap.sh
- ./bin/instance fg
number 2 gave me this error
davisagli
(David Glick)
4
@rohnsha0 Okay, but please show the full output here so we can see where the error happened.
Did you follow this guide?
rohnsha0
(Rohan Shaw)
6
UPDATE: it is fixed, upon deleting the folder and re-cloning and running scripts did the job! thanks tho @stevepiercy @davisagli