The top-level `frontend` package has been deprecated

Asked by Jiadun Liu

Dear All,

I insatlled Yade by using sudo apt-get install yade.

The following warning was displayed.

jiadun@jiadun-Lenovo-IdeaPad-Z500:~$ yade
Welcome to Yade 1.07.0
TCP python prompt on localhost:9000, auth cookie `kessya'
XMLRPC info provider on http://localhost:21000
/usr/lib/python2.7/dist-packages/IPython/frontend.py:30: UserWarning: The top-level `frontend` package has been deprecated. All its subpackages have been moved to the top `IPython` level.
  warn("The top-level `frontend` package has been deprecated. "
[[ ^L clears screen, ^U kills line. F12 controller, F11 3d view (use h-key for showing help), F10 both, F9 generator, F8 plot. ]]

Yade [1]:

Best regards,
Jiadun

Question information

Language:
English Edit question
Status:
Solved
For:
Yade Edit question
Assignee:
No assignee Edit question
Solved by:
Anton Gladky
Solved:
Last query:
Last reply:
Revision history for this message
Best Anton Gladky (gladky-anton) said :
#1

Hi,

this problem has been fixed after 1.07 release. You can install Yadedaily
or just ignore this waring. It should not hurt.

Regards

Anton

2014-05-09 18:02 GMT+02:00 Jiadun Liu <email address hidden>:
> New question #248455 on Yade:
> https://answers.launchpad.net/yade/+question/248455
>
> Dear All,
>
> I insatlled Yade by using sudo apt-get install yade.
>
> The following warning was displayed.
>
> jiadun@jiadun-Lenovo-IdeaPad-Z500:~$ yade
> Welcome to Yade 1.07.0
> TCP python prompt on localhost:9000, auth cookie `kessya'
> XMLRPC info provider on http://localhost:21000
> /usr/lib/python2.7/dist-packages/IPython/frontend.py:30: UserWarning: The top-level `frontend` package has been deprecated. All its subpackages have been moved to the top `IPython` level.
> warn("The top-level `frontend` package has been deprecated. "
> [[ ^L clears screen, ^U kills line. F12 controller, F11 3d view (use h-key for showing help), F10 both, F9 generator, F8 plot. ]]
>
> Yade [1]:
>
>
> Best regards,
> Jiadun
>
> --
> You received this question notification because you are a member of
> yade-users, which is an answer contact for Yade.
>
> _______________________________________________
> Mailing list: https://launchpad.net/~yade-users
> Post to : <email address hidden>
> Unsubscribe : https://launchpad.net/~yade-users
> More help : https://help.launchpad.net/ListHelp

Revision history for this message
Jiadun Liu (liujiadun) said :
#2

Thanks Anton Gladky, that solved my question.